home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #173 (1992)(Rhein-Sieg-Soft).zip / Franz PD Disk #173 (1992)(Rhein-Sieg-Soft).adf / AKShell / AKShell.doc < prev    next >
Text File  |  1992-03-23  |  6KB  |  193 lines

  1.  
  2.                            AKShell V2.00a
  3.  
  4.                            - FREEWARE -
  5.  
  6.              (c) 1990-92 by Andreas R. Kleinert. All rights reserved.
  7.  
  8.               This program was written under OS V2.04 and is therefore
  9.               fully compatible. It needs OS >= V1.2.
  10.  
  11.               Release Date : 22.03.1992
  12.  
  13.  
  14.     Distribution :
  15.     ==============
  16.  
  17.     This tool is freely distributable. You may copy it, if the copyright
  18.     notice is left intact and this docfile is included in the distribution.
  19.  
  20.     Former versions have been SHAREWARE. This is no longer the case.
  21.  
  22.     Function :
  23.     ==========
  24.  
  25.     AKShell is a small, comfortable shell, which has especially been designed
  26.     for users of OS V1.2-1.3 (it also runs under OS V2.04).
  27.     It brings to you the possibility of using the WildCard "*" as if it were
  28.     "#?". This functions with every command.
  29.  
  30.     The bad :
  31.     Only the Paths "C:" and "" (Current Path) are searched for commands.
  32.     This will not be so bad for disk users, but for HardDisk users, so
  33.     "AKShell" is not yet a good HD-Shell.
  34.  
  35.     Correspondence :
  36.     ================
  37.  
  38.     If you like, you may send me some money. Perhaps this will motivate me
  39.     to continue programming such programs or just making updates of
  40.     this one. Send bug-reports, money or whatever to :
  41.  
  42.        Andreas R. Kleinert,
  43.        Grube Hohe Grethe 23,
  44.        W-5900 Siegen 1,
  45.        Germany.
  46.  
  47.  
  48.     Usage :
  49.     =======
  50.  
  51.  
  52.      1. Introduction
  53.      ---------------
  54.  
  55.         AKShell brings you an "Alias"-Command, the possibility of using
  56.         the "FunctionKeys" for your own purposes, Environment-Variables
  57.         ans the possibility of using the special WildCard "*".
  58.         You also may leave an opened AKShell at every time by the command
  59.         "System" or by pressing the "ESCAPE"-key.
  60.         The functionkeys remain until the next reset.
  61.  
  62.      1.1 Commands
  63.      ------------
  64.  
  65.       a) Alias <aliastext> <originaltext>            Alias-Definition
  66.       b) FKey <F-Tasten-No.> <text>                  Funktionkeys
  67.       c) Help bzw. "?"                               "About"
  68.       d) System                                      Leave AKShell
  69.       e) WriteEnv <name> <text>                      Write ...
  70.       f) ReadEnv <name>                              Read ...
  71.       g) DelEnv <name>                               Delete an Env-Variable
  72.       h) Big                                         Window to PAL-Size
  73.       i) CD <PathName>                               Change or just Show
  74.           oder                                       the Current Path
  75.          CD ""                                       
  76.       j) Prompt [ON | OFF]                           Show actual Path
  77.                                                      or just the Default
  78.                                                      Prompt ?
  79.  
  80.      1.2 Used Keys
  81.      -------------
  82.  
  83.       a) ESCAPE = "system"
  84.       b) HELP   = "help"
  85.  
  86.      1.3 Funktionkeys
  87.      ----------------
  88.  
  89.       a) F1 bis F10 are useable by YOU !
  90.  
  91.      1.4 Supported Wildcards
  92.      -----------------------
  93.  
  94.       a) "?", "#", "#?"     (dos-conform, is not changed)
  95.       b) "*"                (is translated to "#?" for the commands)
  96.  
  97.      1.5 Syntax
  98.      ----------
  99.  
  100.       All commands may be typed in uppercase, lowercase or mixed.
  101.     
  102.  
  103.  
  104.      2. Compatibility
  105.      ----------------
  106.  
  107.      2.1 Operating System (Kickstart / OS)
  108.      -------------------------------------
  109.  
  110.       AKShell runs error-free under OS V1.2-V2.04.
  111.       Tests have been made e.g. with an "Amiga 500 plus".
  112.  
  113.  
  114.     Version-History :
  115.     =================
  116.  
  117.     -------------------------------------------------------------------------
  118.  
  119.     V1.0a :
  120.  
  121.      - first Version
  122.  
  123.     -------------------------------------------------------------------------
  124.  
  125.     V1.0b :
  126.  
  127.      - "graphical" improvements
  128.      - better documentation
  129.  
  130.     -------------------------------------------------------------------------
  131.  
  132.     V1.1 :
  133.  
  134.      - improved management of the functionkeys
  135.      - small bug-fixes
  136.  
  137.     -------------------------------------------------------------------------
  138.  
  139.     V1.21 :
  140.  
  141.      - bug-fixes
  142.        (for example the functionkeys now are hopefully 100% error-free)
  143.      - Codeoptimization
  144.      - Help-Function
  145.      - simple error-check integrated
  146.        (Message : "AKSEM #..." - AKSM = "AKShell-Error-Message")
  147.      - Now ESC and HELP function as "system" / "help"
  148.  
  149.     -------------------------------------------------------------------------
  150.  
  151.     V1.33 :
  152.  
  153.      - bug-fixes
  154.      - improved Help-Function
  155.      - Support of Environment-Variables
  156.      - Use of a separate window, if possible.
  157.  
  158.     -------------------------------------------------------------------------
  159.  
  160.     V1.34a :
  161.  
  162.      - bug-fixes
  163.      - Codeoptimization
  164.      - internal commands no longer case-sensitive (like CLI/WB-Shell)
  165.      - new command : DelEnv
  166.      - "FunctionKey" renamed to "FKey" (shorter -> easier)
  167.      - better error-handling in some parts
  168.  
  169.     -------------------------------------------------------------------------
  170.  
  171.     V2.00a :
  172.  
  173.      - many tests under OS V2.04
  174.      - "$VER"sion string of OS V2.04 is supported
  175.      - better handling of <CTRL-C> / <CTRL-D>
  176.      - now "auto-restarts" under use of "cback.o"
  177.      - new commands :
  178.                         - Big
  179.                         - CD     (many work has been put into this, because
  180.                                   normal "CD" doesn't work with AKShell ...)
  181.                         - Prompt
  182.      - u.v.a.
  183.  
  184.     -------------------------------------------------------------------------
  185.     -------------------------------------------------------------------------
  186.  
  187.     Known bugs :
  188.  
  189.      - there are none.
  190.  
  191.     -------------------------------------------------------------------------
  192.     -------------------------------------------------------------------------
  193.